projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb0053
)
Fix 92_proj8.patch
author
Jochen Sprickerhof
<jspricke@debian.org>
Tue, 12 Oct 2021 08:08:53 +0000
(10:08 +0200)
committer
Jochen Sprickerhof
<jspricke@debian.org>
Tue, 12 Oct 2021 08:08:53 +0000
(10:08 +0200)
Gbp-Dch: ignore
debian/patches/92_proj8.patch
patch
|
blob
|
history
diff --git
a/debian/patches/92_proj8.patch
b/debian/patches/92_proj8.patch
index 37b13554ff2fe25907a32b7c80851baad36b7f30..5f4f6bb0b73fdf8d297beefef636c368f66f6070 100644
(file)
--- a/
debian/patches/92_proj8.patch
+++ b/
debian/patches/92_proj8.patch
@@
-45,10
+45,10
@@
index 7ff6526a5d3..0a0d06eba19 100644
+#else
this->Projection = pj_init_plus(this->PROJ4String);
+#endif
- if (!this->Projection)
- {
- vtkErrorMacro("Cannot set projection with string " << this->PROJ4String);
-@@ -23
4,8 +246
,11 @@ int vtkGeoProjection::UpdateProjection()
+ }
+ else
+ {
+@@ -23
0,8 +242
,11 @@ int vtkGeoProjection::UpdateProjection()
stringHolder[i] = param.str();
pjArgs[3 + i] = stringHolder[i].c_str();
}